home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXT Enterprise Objects Framework 1.1
/
NeXT Enterprise Objects Framework 1.1.iso
/
NextDeveloper
/
Apps
/
HeaderViewer.app
/
HeaderDriver.nib
/
data.classes
next >
Wrap
Text File
|
1993-08-03
|
1KB
|
93 lines
MachO = {
ACTIONS = {
appDidInit:;
new:;
open:;
};
OUTLETS = {
editorList;
iconEnteredEditor;
openPanel;
};
SUPERCLASS = Object;
};
FirstResponder = {
ACTIONS = {
pickBrowser:;
showSortOptions:;
viewSourceInEdit:;
addHeader:;
pickFinder:;
updateHeaders:;
browseSelectionFromFinder:;
printTextObject:;
};
SUPERCLASS = Object;
};
FindPanel = {
ACTIONS = {
enterSelection:;
findPanel:;
findPrevious:;
findNext:;
};
OUTLETS = {
findPanel;
};
SUPERCLASS = Object;
};
HeaderDriver = {
ACTIONS = {
appDidInit:;
printTextObject:;
showPreferences:;
appWillTerminate:;
showInfo:;
open:;
new:;
};
OUTLETS = {
BrowseSelectionButton;
openPanel;
SortOptionsButton;
iconEnteredEditor;
editSpeaker;
findOptionsPanel;
BrowseButton;
finderLanguageElements;
inspect;
FindButton;
editorList;
find;
};
SUPERCLASS = Object;
};
MyMachO = {
SUPERCLASS = MachO;
};
HVPreferences = {
ACTIONS = {
removeHeader:;
addHeader:;
setHeadersToInstallScrollView:;
setCpp:;
showDirectoryPreferences:;
setHeadersToInstallMatrix:;
showOtherPreferences:;
selectFileFromList:;
showHeaderPreferences:;
};
OUTLETS = {
headersToInstallScrollView;
cppOptions;
documentationDirectoriesView;
headerFilesView;
fullPath;
setCppButton;
headersToInstallMatrix;
otherstuffView;
outerbox;
};
SUPERCLASS = Object;
};